home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineButton2_1494 / BUTTONCONDACTION on(release).as
Text File  |  2006-09-05  |  288b  |  9 lines

  1. on(release){
  2.    _root.myLocal_so.data._background = _root._background;
  3.    _root.myLocal_so.data._effects = _root._effects;
  4.    _root.myLocal_so.data._gamequality = _root._gamequality;
  5.    _root.myLocal_so.data._fps = _root._fps;
  6.    _root.myLocal_so.flush();
  7.    gotoAndPlay(1309);
  8. }
  9.